The IDL_Container::IsContained function method returns true (1) if the specified item is in the container, or false (0) otherwise.
Result = Obj->[IDL_Container::]IsContained( Heapvar [, POSITION=variable] )
A scalar or array of zeroes (0) and ones (1).
A scalar or array of heap variables (object references or pointers) to search for in the container.
Set this keyword to a named variable that upon return will contain the positions within the container of each of the items, or the value -1 if that item is not contained.
|
5.0 |
Introduced |
| 8.4 | Add support for pointers within containers |
IDL_Container::Add, IDL_Container::Count, IDL_Container::Equals, IDL_Container::Get, IDL_Container::Move, IDL_Container::Remove